SessionStorage

Undocumented in source.

Constructors

this
this(UCache cache)
Undocumented in source.

Members

Aliases

del
alias del = erase
Undocumented in source.
isset
alias isset = containsKey
Undocumented in source.
remove
alias remove = erase
Undocumented in source.
set
alias set = put
Undocumented in source.

Functions

containsKey
bool containsKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
erase
bool erase(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
expire
int expire()
Undocumented in source. Be warned that the author may not have intended to support it.
generateSessionId
string generateSessionId(string sessionName)
Undocumented in source. Be warned that the author may not have intended to support it.
get
string get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getRealAddr
string getRealAddr(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(string key, string value, int expire)
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setExpire
void setExpire(int expire)
Undocumented in source. Be warned that the author may not have intended to support it.
setPrefix
void setPrefix(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta